home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
ComputerScience
/
MethodsInAction
/
MethodsInAction.app
/
Example3.h
< prev
next >
Wrap
Text File
|
1992-08-19
|
253b
|
17 lines
/* Multiplier.h By Jeff Froyd. Generated by Interface Builder */
#import <objc/Object.h>
@interface Example3:Object
{
id productField;
double multiplier;
double multiplicand;
}
- multiplierChanged:sender;
- multiplicandChanged:sender;
@end